home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 June
/
MacFormat 25.iso
/
Shareware City
/
Developers
/
macgzip_03b2-src
/
macos
/
Posix
/
ThinkCPosix Sources
/
chmod.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-17
|
188 b
|
15 lines
|
[
TEXT/MPS
]
/* $Id: $ */
/*
* For the moment this function does nothing,
* and reports success!
*/
#include <sys/stat.h>
#include <sys/types.h>
int chmod(char *path, mode_t mode)
{
return 0;
}